Hi. I deleted the indicator and then upload it again and it started working! Thank you.
Best posts made by fxalberto
-
RE: The program does not recognize the indicator's outputsposted in Bug Reports
Latest posts made by fxalberto
-
RE: HOW CAN I MAKE THIS INDICATOR TO WORK PROPERLY?posted in Questions & Answers
Dear all,
The indicator is finally working great as expected. I did not change anything else. I use it for USDCHF, daily chart, 2 periods and linear weighted. For example, when red output equals 0, you get a very nice signal for buying, complemented with other indicators, not so many. Regards. -
RE: HOW CAN I MAKE THIS INDICATOR TO WORK PROPERLY?posted in Questions & Answers
I made a back test with the indicator but it is not working. When I have some more time I'll check if it is caused by an error on my behalf or not and keep this forum posted. Best regards.
-
RE: HOW CAN I MAKE THIS INDICATOR TO WORK PROPERLY?posted in Questions & Answers
Dear Mr. Andorra, I finally resolved the issue: Edited the source code and erased all comments (//). Uploaded the program again to "MyIndicators" and it recognized the code. By the way, thank you for all of your videos.
-
RE: HOW CAN I MAKE THIS INDICATOR TO WORK PROPERLY?posted in Questions & Answers
Thank you so much for your answer. I'll review the links provided by you.
-
HOW CAN I MAKE THIS INDICATOR TO WORK PROPERLY?posted in Questions & Answers
Hi. I would like this indicator to work. Its name is "Prevailing trend". When I upload the source code to MyIndicators fxDreema seems not able to understand it. Please I would appreciate any help in this regard. Thank you.0_1616647193290_Prevailing_Trend.mq5
-
BUY PENDING ORDER - PRICE OFFSET NOT RECOGNIZING A VARIABLEposted in Bug Reports
Hi all,
when using a variable for the price offset field, compilation shows an error indicating that a constant was expected and the EA does not run of course. Is there a way to correct this issue? Thank you.
-
RE: HOW TO CLOSE AN OPEN POSITION AT DE BEGINNING OF A NEW DAYposted in Questions & Answers
Thank you!
I'll try that.
Best regards.
-
HOW TO CLOSE AN OPEN POSITION AT DE BEGINNING OF A NEW DAYposted in Questions & Answers
Dear all,
I would like the program to close an open position which was opened the previous day (buy or sell) so at the beginning of a new day the program can perform a new trade. Any idea is welcome and truly appreciated.
-
Storing the price value in a variableposted in Questions & Answers
Hi
How can I get the price value when buying or selling and store that value in a variable? For example: I want to define a stop loss based on the following criteria:
(ATR(14) * 1.5) + Price.Thank you.