GraphSeriesEA Settings descriptions

20 February 2022, 20:51
Chukwudi Joshua Obiekwe
0
142

Knowing the functions of the GraphSeriesEA


TradeStartHour=01:  time you want the EA to start opening positions

TradeEndHour=22 :   time you want the EA to stop opening positions

Position_interval=300;  this tell the EA next time/day/week/year to trade after closing a position

GraphSeries=30: no more than 30 positions else stop

weekDay=5 :  the EA should only trade from monday to friday only

UseLossAmount=false : the amount you are willing to loss if trade go against you,default is "false" meaning its disabled to enable it put it "true|

LossAmount=100 :  here you then enter amount you are willing to loss if "UseLossAmount" is "true"/enabled but default is disabled.enable if you need it.

UseDDPercentClose = false : here if enable determine amount you are willing to loss on trade is it goes against you..

DrawdownPercent = 50.0 :  here you set the value of amount you are willing to loss if enabled

UseGraphClz = true : this is closing system of the EA when its true it means its activated and when its false it means deactivated

GraphClz = 1 :
here you set the actual closing minimum closing value of the EA

maxspread=20: here is the default spread on the EA which is 2pips spread,you can increase if your broker has higher spread but 2pips are normal

StartLot=0.01 :  here where you set your lotsize base on your deposited capital

Multiplier=1.5: this are value that calculates martingale counts(dont touch;but touch if you like martingale systems and want to decide amount it increases on lotstep

DeepLevel=100:
here amount of martingale count on open positions which should not exceed 100 positions,but pls leave it you dont need to adjust any thing.

Slippage=3:
slippage is amount of time taken before positions was actually open some broker will keep reqouting till the EA forfeits the position once it above 3pips difference from original price ordered,but if you dont mind if your actual request to open a  position is above "3" or not just increase to any high value,so the EA must open position on any price the broker allowed.

ProfitDouble=false:  if this is "true"/enable makes the EA to use martingale count on BuySellSeriesEA system, calling "Multiplier " value now which open position like 1,2,3,8,12,18lots etc it actually martingale lot count on the EA system. but be care and use if you understands or like martingales,which can be dangerous to you account or profitable.we dont use it,we keep it "false"/disabled , cause BuySellSeriesEA dont need it to make profit,its just an option for traders that need it.

magic_no= 1234:  its a  unique number that identifies positions the EA is opening

Share it with friends: