@fxpim no thats what im trying to do to deduct the spread. when i use + instead of - it works the moment i want to deduct it throws the error
Latest posts made by akallai86
-
RE: Compilation errors '-' - illegal operation use '-'posted in Bug Reports
-
RE: Compilation errors '-' - illegal operation use '-'posted in Bug Reports
when i use - instead of + it gives the error. worked in the past. the goal was to get a breakeven price include the spread.
-
RE: Compilation errors '-' - illegal operation use '-'posted in Bug Reports
thank u for that but even chatgpt throws the random explanation. just happened with the new metatrader update and the update to their package. syntax us right just dont know why it throws the error
-
Compilation errors '-' - illegal operation use '-'posted in Bug Reports
hello community, after a few months i did some rebuilding and wanted to compile. source code with metaeditor and online compiling throws up errors. would be great if someone has a solution or just ignore it
Compilation errors
'-' - illegal operation use
'-' - illegal operation usesourcecode
public: /* The main method */
string execute()
{
return v::avg_open_price-DoubleToString(SymbolInfoInteger(_Symbol,SYMBOL_SPREAD),2);
}
}; -
RE: total profit for the day not working anymoreposted in Questions & Answers
@jstap hi jstap here is the prject code witht he blocks im using. https://fxdreema.com/shared/33Qz8L0nd
-
total profit for the day not working anymoreposted in Questions & Answers
hello, ive used the bucket closed and time filter to get all trades closed for today and calculate the total pnl. its not working anymore with the recent fxdreema update.
plase advice -
closed trades bucket not working?posted in Questions & Answers
hello, im having some problems with the closed trade bucket. im trying to get the profit for the closed trades only from today. worked before. im using the closed trades bucket with a time filter. now the time filter doesnt seem to work correct. it gets some last orders but not all lets say from time filter 00:05 onwards all trades in the history for today and save it as variable. any advice?
-
RE: partial exit not working correct on reporting with new fxdreema updatesposted in Bug Reports
@fxDreema the intention was to draw a line and arrows from open to closed positions and it would draw it anymore. to the loop block I had the loop 1 times because sometimes it would draw infinite arrows and lines every time there would be a closed position. dont know if it was a bug or not. hence I used the loop1 time block. thank you your solution worked out. now I found another bug that the position closed bucket on time won't work correct. before I could use daily profit and use a closed bucket with a time filter and this bucket won't work anymore. it would not detect the time lets say all trades since 00:05 today. before worked now it doesnt.
-
partial exit not working correct on reporting with new fxdreema updatesposted in Bug Reports
hello, it seems like since a couple days the partial exit in mt5 is not reporting correct. the whole time my project was running fine when partial closing it showed an arrow at the closing position as well as a line from the open to the partial cosing . now therer are some new blocks added increment and decrement but they dont seem to work. it only shows an arrow when the FULL position is closed. please advise
