@miro1360, Is it for the Protrader platform, I understand little about programming if copying the code and putting it in visual studio is difficult to convert?
Gustavo Rosso
@Gustavo Rosso
I'm the mess of a Brazilian trader who does not understand english without the translator.
Latest posts made by Gustavo Rosso
-
RE: Are there many differences between C # and MQ4 or MQ5?posted in General Discussions
-
Are there many differences between C # and MQ4 or MQ5?posted in General Discussions
I would like to know if it is possible to create an EA or indicator in MQ4, MQ5 in fxdreema and then convert the code to C #? Is it possible or too stupid of me?

-
RE: I rented a indicator to do a only rob么 an ex5 file I can not put it in the fxdreema. How I do??posted in Questions & Answers
@miro1360, I continue with several problems, but now I've got a skeleton in mq5 that the FxDreema understands. These are Buffers
The list of individual output buffers is listed below for your reference:
#define RENKO_MA1 0
#define RENKO_MA2 1
#define RENKO_DONCHIAN_HIGH 2
#define RENKO_DONCHIAN_MID 3
#define RENKO_DONCHIAN_LOW 4
#define RENKO_OPEN 5
#define RENKO_HIGH 6
#define RENKO_LOW 7
#define RENKO_CLOSE 8
#define RENKO_TICK_VOLUME 9
#define RENKO_BAR_OPEN_TIME 100_1484078491223_MedianRenko_Skeleton.mq5
The idea of a robot is as in the image, if you form a bar renko green purchase, and the next red ends is simple !!

-
RE: What would be an "Expiry Date" that appears in settings?posted in General Discussions
@miro1360, Thanks for all the answers !!!

-
RE: I rented a indicator to do a only rob么 an ex5 file I can not put it in the fxdreema. How I do??posted in Questions & Answers
@miro1360, What I want to do is easy but I'm still not getting it, it does not execute any order.
:S
I need only 3 first variables.
Simple strategy when the bar renko 2 closes above the bar renko 1 buy and when the bar renko 2 closes down the bar 1 close position.
On sell when bar renko 2 close down from sale 1, when bar 2 close above 1 close position.
https://fxdreema.com/shared/KgpHGJtae -
What would be an "Expiry Date" that appears in settings?posted in General Discussions
Does it mark how long the file will be saved in FxDreema or the day the robot goes down?
-
RE: Custom indicator does not open in fxdreema because it is .ex5 file and not mq5. Because?posted in Questions & Answers
@fxDreema, Custom Indicator * kkkkk
The indicator I want to use is an ex5 file, I bought it and I do not know the variables and buffers to put manually.

