Lagger2807 / Publications
Forum
OBJ Arrow placed too low
Hi, i'm using the OBJ_ARROW and the problem is that it stay too low on the graph, it's attached to the right price but the symbol itseft it's under that price
Create a list of all magic number with an indicator
Hi, i'll need to see all the loaded magic number in the graph and stock them in to an array
Close order crossing the middle Bollinger Bands
Sometimes the price peak of a volume cross the middle Bollinger Bands but the closing action doesn't trigger This is my funtion for the Order Close: void CloseOrder(){ if ( OrderSelect (ticketB,SELECT_BY_TICKET,MODE_TRADES)){ bool ClosedB; if (Bid > iMA ( NULL
Order send based on bollinger bands works partially
I made an Expert Advisor that opens an order based on price compared to the Bollinger Bands , it sends the order correctly, but sometimes it ignores some bars and opens, or ignores all of them and waits for another trigger. Here is the part of code void NewOrder(){ int OrderSended;