Hi kouroush, pls help make this work ..I think its expired as it does not show on the chart.
Attached File(s)
1
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} Thank you Kefada, How can one reduce the loop count? I will appreciate your help to modify this loop count Thank you once again, KouroshIgnored
Disliked{quote} I use liquidity trading toll similar like what you have FVG, mine is WRB, we are agree in the use of imbalance, as magnet, as target, your is more into details much more micro FVG, mine shows rougher zone... the problem we both have is we never know when price would go to an imbalance, above or below it; and why not fill all but haft, or only touch the border, or worst is case of inducement where before it heads to a FVG but before hitting the imbalance zone, price already spikes and turns and trigger your order to a loss DD, then does something...Ignored
DislikedHi kouroush, pls help make this work ..I think its expired as it does not show on the chart. {image} {image} {image} {file} {file} {file} {file} {file}Ignored
#define trID "5"string om = "5"; /* íàçâàíèå îáúåêòà-áàçû */
#define trID "5" string om = "5"; /* íàçâàíèå îáúåêòà-áàçû */
Disliked{quote} ?? #define trID "5"string om = "5"; /* íàçâàíèå îáúåêòà-áàçû */ #define trID "5" string om = "5"; /* íàçâàíèå îáúåêòà-áàçû */Ignored
Disliked{quote}pls explain .I don't understand what you mean by the question marksIgnored
Disliked{quote} The sent files give an error when they are compiled, which was the reason The charts you post were not related to these codesIgnored
DislikedHi guys, Please help to understand the logic behind these arrows. Green line is MA - LinearWeighted(20) Median Price(HL/2). Colors of candles are different indicator and has nothing to do with that MA. {image}Ignored
Disliked...indicator/script that deselects objects that are selected in the chart?...Ignored
Disliked{quote} here you can find your answers https://www.forexfactory.com/thread/...sonic-r-systemIgnored
QuoteDisliked#property indicator_chart_window
// Global Variables
double AlertPrice;
string AlertSymbol;
double alert[];
// Entry Point
int OnInit()
{
// Request user input for the symbol and alert price
AlertSymbol = Symbol();
AlertPrice = Ask;
AlertPrice = NormalizeDouble(AlertPrice, Digits);
string inputValue = DoubleToString(AlertPrice);
string inputMessage = "Enter the Alert Price for " + AlertSymbol;
Comment(inputMessage, inputValue, inputValue);
AlertPrice = StringToDouble(inputValue);
// Indicator initialization
IndicatorBuffers(1);
SetIndexBuffer(0,...