Indicators with alerts/signal - page 1277
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi mrtools,
can i know which part you don't understand? thank you
Hi mrtools, can i know which part you don't understand? thank you
valent88
As far as I saw, you posted a visitors message to mrtools and I doubt that he noticed it
Please do not post requests in visitors messages since then it becomes a sort of a private, and the purpose of this forum is not to do private requests but to help as many people as possible (within natural limits, of course)
Dear Mladen, Mrtools,
I found this indicator in web which is working quiet well in any timeframe.
Since I want to connect the alerts with a plugin I need to include the Init_mimi.mqh.
#include
As soon, as I do this, I get an error message "array out of range in 83,21
If I do not use the include Init_mimi.mqh the indicator can be well connected to my chart and works.
Could you identify what is wrong here?
Maybe its a problem with variable and buffer declaration?
only for understanding, the Init_mimi.mqh can be an empty mqh file but the problem remains.
Thanks very much for your help.
Mike
Dear Mladen, Mrtools,
I found this indicator in web which is working quiet well in any timeframe.
Since I want to connect the alerts with a plugin I need to include the Init_mimi.mqh.
#include
As soon, as I do this, I get an error message "array out of range in 83,21
If I do not use the include Init_mimi.mqh the indicator can be well connected to my chart and works.
Could you identify what is wrong here?
Maybe its a problem with variable and buffer declaration?
only for understanding, the Init_mimi.mqh can be an empty mqh file but the problem remains.
Thanks very much for your help.
Mike
Mike, might be a good idea to not use that indicator, it looks to me like it's another version of the repainting solar wind indicator.
Hi mrtools/mladen,
Noted, i will resend my request as per below , do let me know if any further clarification needed. I have been looking for an EA that use ichimoku . Been searching around, I had saw previous work by mrtools on 5.3.5 but some of the input does not show, the things I require like chikou /senkou span is not shown the variables. Thus hope some adjustment can be done as per below.
Please advice.
ICHIMOKU SYSTEM STRATEGY
Tenkan/Kijun Sen Cross signal
Enter buy order if
1) tenkan sen crosses from below to above kijun sen
2) The cross is above the KUMO(cloud)
Enter sell order if
1) Tenkan sen crosses from above to below kijun sen
2) The cross is below the KUMO(Cloud)
Kijun Sen Cross signal
Enter buy order if
1) Price crosses from below to above the kijun sen line
2) The cross is above the KUMO(Cloud)
Enter sell order if
1) The price crosses above to below the kijun sen line
2) the cross is below the KUMO(Cloud)
Senkou Span cross signal
Enter buy order if
1) Senkou span A crosses from below to above the senkou span B
2) Current price is above the KUMO(Cloud)
Enter sell order if
1) Senkou span A crosses from above to below the senkou span B
2) the current price is below the KUMO(Cloud)
Chikou Span cross signal
Enter buy order if
1) chikou span rises from below to above the current price
2) Current price is above the KUMO(Cloud)
Enter sell order if
1) Chikou span falls from above to below the price
2) Current price is below the KUMO(Cloud)
Additional features require
1)Allow to use gradually increase lot sizes based on free margin. Compound lot.
2) Allow use auto magic number
3) setting for selection period no position. (by date. Single date or from xx to xx). Purpose avoid news trading in certain days
4) Can set before news 30 min(Variable can be change) close all order and after news 30 min(Variable can be change) start order
thanks
Below is the work was previously found.
ichimoku_5.3.5_nmc.mq4
Hi mrtools/mladen,
Noted, i will resend my request as per below , do let me know if any further clarification needed. I have been looking for an EA that use ichimoku . Been searching around, I had saw previous work by mrtools on 5.3.5 but some of the input does not show, the things I require like chikou /senkou span is not shown the variables. Thus hope some adjustment can be done as per below.
Please advice.
ICHIMOKU SYSTEM STRATEGY
Tenkan/Kijun Sen Cross signal
Enter buy order if
1) tenkan sen crosses from below to above kijun sen
2) The cross is above the KUMO(cloud)
Enter sell order if
1) Tenkan sen crosses from above to below kijun sen
2) The cross is below the KUMO(Cloud)
Kijun Sen Cross signal
Enter buy order if
1) Price crosses from below to above the kijun sen line
2) The cross is above the KUMO(Cloud)
Enter sell order if
1) The price crosses above to below the kijun sen line
2) the cross is below the KUMO(Cloud)
Senkou Span cross signal
Enter buy order if
1) Senkou span A crosses from below to above the senkou span B
2) Current price is above the KUMO(Cloud)
Enter sell order if
1) Senkou span A crosses from above to below the senkou span B
2) the current price is below the KUMO(Cloud)
Chikou Span cross signal
Enter buy order if
1) chikou span rises from below to above the current price
2) Current price is above the KUMO(Cloud)
Enter sell order if
1) Chikou span falls from above to below the price
2) Current price is below the KUMO(Cloud)
Additional features require
1)Allow to use gradually increase lot sizes based on free margin. Compound lot.
2) Allow use auto magic number
3) setting for selection period no position. (by date. Single date or from xx to xx). Purpose avoid news trading in certain days
4) Can set before news 30 min(Variable can be change) close all order and after news 30 min(Variable can be change) start order
thanks
Below is the work was previously found.
ichimoku_5.3.5_nmc.mq4Valent88, the EA you posted is only using Tenkan Sen-Kijun Sen cross along with a moving average crossing Kijun Sen.It was an update of a much older version.
Hi mrtools/mladen,
I just found this 5.3.5 version that using mq4. Do you have any updated version that similar to my requirement ? Please advice.
Really appreciate so much. thanks
Mike, might be a good idea to not use that indicator, it looks to me like it's another version of the repainting solar wind indicator.
Dear Mrtools, thanks for your reply.
I cannot confirm it repaints. In backtesting I had acceptable results between 60-70%.
Attached now a picture of the indicator that works as long as I dont include the mqh file.
I also attached cleaned version without mqh.
Up to now I still could not solve the problem with error message "array out of range in 83,21.
Thanks again for another attempt,
Mike
Dear Mladen, Mrtools,
I found this indicator in web which is working quiet well in any timeframe.
Since I want to connect the alerts with a plugin I need to include the Init_mimi.mqh.
#include
As soon, as I do this, I get an error message "array out of range in 83,21
If I do not use the include Init_mimi.mqh the indicator can be well connected to my chart and works.
Could you identify what is wrong here?
Maybe its a problem with variable and buffer declaration?
only for understanding, the Init_mimi.mqh can be an empty mqh file but the problem remains.
Thanks very much for your help.
Mike
Mike
That is a solar winds indicator
More information on it you can find here : https://www.mql5.com/en/forum/179650
Hi mrtools/mladen,
I just found this 5.3.5 version that using mq4. Do you have any updated version that similar to my requirement ? Please advice.
Really appreciate so much. thanksvalent88
version 5.3.5 nmc is made new metatrader 4 compatible. That is the difference between it and its original