Skip to content

Latest commit

 

History

History
62 lines (53 loc) · 1.54 KB

README.md

File metadata and controls

62 lines (53 loc) · 1.54 KB

About

Nerr Smart Trader - Fibonacci Retracement Trading System

This idea comes from http://www.forexfactory.com/showthread.php?t=212301 Thanks wjqblog for share his trading model.

extern variable explain

name default desc
baselots 0.01 open order use this value as lots if "moneymanagment" is false
stoploss 30 stop loss pips
g8thold 4 open order tigger value of g8diff (it show on chart ttop left corner)
historykline 30 use to find the highest or lowest price for the fibonacci retracement
magicnumber 911 use to tag the order opened by this EA
moneymanagment true use auto calculate lots or not

License

Copyright (c) 2012 Nerrsoft.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

	http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.