@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?
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.
-
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
Creating a robot is more difficult than I thought, the names of the various I think should not be put those. How do I find the right ones ?? Sorry my stupid !!

I think I did the opposite ?? Kkkkkkkkk

-
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, You are my hero kkkkkkkk, but I still can not, what are the other variations because I think not all are INT, see if you can decipher by the image ??
Variables

Buffers

I think I'm doing it wrong.

-
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
The indicator is an ex5 file from metatrader 5 and I can not put it on the custom indica |(
-
Eu gostaria de aprender mais sobre as funcionalidades do fxdreema :)posted in General Discussions
Na parte superior do programa existe os nomes on Init - on Timer - on Tick - on Trade - on Chart - on Deinit. Quais as diferen莽as entre essas funcionalidades e quando ou no que usar cada uma delas ??? ???
-
Custom indicator does not open in fxdreema because it is .ex5 file and not mq5. Because?posted in Questions & Answers
I've been putting my custom bookmark, but it does not appear to select because it is .ex5 and not mq5. what to do ??? ???
-
RE: I am having problems with renko indicator, help?posted in Questions & Answers
@miro1360, Thank you for your help!

-
RE: I am having problems with renko indicator, help?posted in Questions & Answers
@miro1360, Okay thanks for your attention so far. Do you have any renko that works for metatrder 5?
-
RE: I am having problems with renko indicator, help?posted in Questions & Answers
@fxDreema, Yes, it does not produce a chart renko offline it works as an indicator, but I can not put it to work, my idea is simple. When a bull bar BUY appears, then on the first bear bar SELL to zero position.

-
RE: I am having problems with renko indicator, help?posted in Questions & Answers
@miro1360, Why will not it work ??? ??? :s I wanted it when a bull renko appeared and he bought it and when a bear renko appeared he would close the operation.
-
RE: I am having problems with renko indicator, help?posted in Questions & Answers
I do not understand much, this is the file 0_1482356365306_renko.mq5
