Josh Pilisuk
Josh Pilisuk
Friends

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

Josh Pilisuk
Added topic How to reduce the TP in an open position?
I want to lower the TP of my first opened position by 10 pips,  how would you do this? #include <Trade\Trade.mqh> CTrade trade; void lowerTargetProfitOfOldestPosition() {    if ( PositionsTotal () == 0 ) {
Josh Pilisuk
Added topic how do I modify open positions so TP is lowest for highest open price?
Hello, I want to modify all my open positions so that the TP (selling price) of all my open orders is sorted in the opposite order as the opening price . example of how my open positions are now Ticket Number Opening Price Target Profit 1 4 4 2 3 5 3
Josh Pilisuk
Registered at MQL5.community