Disliked{quote} Cleaned one serious warning "possible loss of data due to type conversion" {file} {file}Ignored
- #40,714
- Edited 6:36pm Oct 26, 2020 6:21pm | Edited 6:36pm
- Joined Sep 2019 | Status: Trader | 1,207 Posts
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} i like the look of your tool sorry for knoob question how is imformation interpreted/ usedIgnored
Disliked{quote} Combined with Currency Strength Indicators, you may find trading opportunitiesIgnored
Disliked{quote} so your using high low vals with strength indicators - sorry for asking again i am not familier with this method i would like to learn looks intresting thankyou for your work and your replyIgnored
DislikedGood day, if it is not too much trouble, will it be possible to put an on / off or true/false function, whatever is the easiest, to swicth these indies on and off from the charts? the charts are getting too cluttered, and both give valuable info green pips to all {file} {file}Ignored
Disliked{quote} Dear BlueRain Please need this update to this indicator you helped me on before i need the indicator simply to draw Entry , SL and TP1 & TP2 for each trade like the photo below Entry = the close of the arrow candle TP1 TP2 & SL = % of the ATR of the candle of entry {image}Ignored
for(int i=100; i>=1; i--)
{
for(int j=0; j<2; i++)
{
if(close[i+2] > open[i+2] && close[i+1] > open[i+1] && close[i] > open[i]) // 3
{
if(close[j] < open[j]) //one red
count++;
}
}
} DislikedHello all, a quick one. I want to count the number of bars/candles that form a specific pattern (eg. green, green, green, red) for the last 100 candles. What is the best or most efficient way of doing this? I presume the loop should be something like: for(int i=100; i>=1; i--) { for(int j=0; j<2; i++) { if(close[i+2] > open[i+2] && close[i+1] > open[i+1] && close[i] > open[i]) // 3 { if(close[j] < open[j]) //one red count++; } } } The above doesn't work though. Please help.Ignored
Disliked{quote} Added TimeFrame options. You can just assign different unique ID and load to chart multiple times if you want. {image} {file}Ignored
Disliked{quote} Hello i don't want to be spam i'm just asking if you cant help me just mention any help in my project will be appreciated thanks alot an advance {image}Ignored
Disliked{quote} Here, you have it. You have option to turn lines on/off and set your own atr period, SL, TP1, TP2 percentages as well as line colors. {image} Minor fix - file replaced. {file}Ignored
Disliked{quote} Thanks.. Thanks
.. Thanks
can you please make the lines extend till the next signal {image}
Ignored
Disliked{quote} 3_Levels_-_Entry_SL_TP_x4 - plots levels for entry, sl and tp - prices for each are inputted - optional labels, optional text and price, left or right of level - start/end times for each are done by dragging the verticals - includes 4 groups of levels to avoid having to use multiple instances {image} {file}Ignored
Disliked{quote} Hello BlueRain pls a little modif to the already done indicator please help me you have done it before just need a confirmation arrow alert on 8am 4hr candle which is the 3rd candle for the day .Thanks{file}3774010Ignored