Hi Guys,

You have been very useful but wondering if you could help explain this...

When I conduct my EA, the print command shows me the value for var3 (my stop) is 1. How does this develop this amount?


Here is the output:
Recmax: 1.9859 Recmin: 1.9782 Stop: 1

Im hoping the value to be 50 points then Recmax which would be like 1.9359



==========
Code
==========



int var3 = NormalizeDouble(RectanglePriceMax,Digits)-500*Stage;

OrderSend(Symbol(),OP_BUYLIMIT,1,NormalizeDouble(R ectanglePriceMin,Digits),3,var3,NormalizeDouble(Re ctanglePriceMin,Digits) 500*Stage,Order Sent, 16384,0,Green);


Printing(Recmax:, RectanglePriceMax, Recmin:, RectanglePriceMin, Stop: , var3, This is really for its bullish pattern);