toptrader
toptrader
Friends

Add friends via their profile or user search and you will be able to see if they are online

toptrader
Registered at MQL5.community
toptrader
Added topic Help with EA
I have written the following code to test a simple strategy. However, the trades shown are nowhere near what I want. Can anyone tell me what I'm doing wrong? //---- input parameters extern int EntryBars = 17 ; extern int EffRatioLength1 = 10 ; extern
toptrader
Added topic Computation Error
I have a very simple formula that is returning strange results. double var1 = 1.27943; double var2 = .0054 double var3 = var1 -(.5*var2); The result is that var3 is set to -2.05777. I don't understand how that number is being calculated. Am I missing