self updating Grid
-
I need an ea which would work on self updating grid, but instead of buying at high I need to buys at low and sell at high with predefined gap.
any Idea, how to do it? -
I guess you want to create Buy orders below the price and Sell orders above the price. For the regular blocks (Buy pending order and Sell pending order) you can do this by giving negative value for the offset. In grid blocks, use negative value for the grid setting.
-
Yeah, Thats what I was looking for,
Thanks for your response, Its working in the I wanted it to.