Juergen Aaron Jared Israel Jesse Jean Marie
Juergen Aaron Jared Israel Jesse Jean Marie
  • Information
no
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Avoid gaps in data prices
Is it possible to avoid price gaps with mql code? 
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Terminal Errors
What kind of error is this? Does anyone have any experience with errors like this? 
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic How soon can I download tick data?
I have the MT4 and Im on the 1M GBPUSD and I downloaded the latest data but when I get backtest the last day it says the data for that period isnt available. 
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic MQL5 to MQL4
//+------------------------------------------------------------------+ //|                                                 
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Python with mql
How do I integrate Python with mql
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Dukascopy Data
How do I format Dukascopy historical data for MT4? I reinstalled MT4 and got varying results using the same EA is this normal
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Breakout drawdowns too large
What ways i can stop super big drawdowns or mitigate losses on my breakout  systems. I have automated a breakout system using the last low for long entries SL and last high for short entries SL but their are fakeouts at times and Im not
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Strange deleting pending orders.
Im trying to figure out why my pending orders at times delete when the condition to delete have not been met
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Hedged Pending orders.
How do I ensure that all pending orders trigger after my market orders
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Bolinger Band 0 shift errors.
Using BB indicator to trigger a pending order when the ask price is below the upper line using 0 shift and close values and its making really strange errors. For eg. I get false values even tho Im looking at the chart and the price isnt passed the
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic OrderOpenPrice()
Does  OrderOpenPrice () change to the close price when take profits or stop loss is hit? 
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Pending Stop Order
So I have the exact criteria to open a buy market order and sell stop pending order ,I also have a sell market order and stop buy pending order that has the exact same criteria so that either one hedges but the sells stop isnt working and the code is
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Close another trade when TP is hit
Is it possible to cancel another order when TP is hit
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Built in Metatrader Indicators.
How do I get the Trend folder in indicators? Id like to find the Moving average so i can get the 'First indicator's Data' parameter . 
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Moving average of Momentum MQL code.
 iMA(NULL, PERIOD_CURRENT, 14, 0, MODE_SMA, (iMomentum(NULL, PERIOD_CURRENT, 14, PRICE_CLOSE, 0)), 0); This is what i have but its not working.       
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Moving Average Trend Folder MT4
How can I get the original MT MA mql file? Id like to code a moving average for a momentum indicator
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Simultaneous backtesting?
Free online backtester ? Thinking of a way to test simultaneously
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Static Trailing stop or Dynamic
Static Trailing stop or Dynamic for scalping
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic When should I jump on.
Simple question revisiting some fundamental principles. Wondering how do I know how to determine the bestway possible to ride a trend. I use momentum rsi and other other Oscillating indicators but I need to fine tune my methods.. I ve been thinking