Juergen Aaron Jared Israel Jesse Jean Marie
Juergen Aaron Jared Israel Jesse Jean Marie
  • Information
1 year
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Reversal of Purchase Market Products.
The product works far from what was advertised and it was said the product was autonomous and works manually with an indicator. Which is different from working with an iCustom function . I would like to cancell the purchases made $60 USD in total
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Automatically Take pictures of Orders
How do I automatically take pictures of orders
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic 'StringToTime' - wrong parameters count
Comm= Comm +"StringToT"+ StringToTime(TimeCurrent() + 60*60,TIME_DATE|TIME_MINUTES)+"\n"; But  Comm= Comm +"TimeToSMath"+ TimeToString(TimeCurrent() + 60*60, TIME_DATE|TIME_MINUTES)+"\n"; Works
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Is there a way to sleep or disable trades on specific pair while running 1 EA?
Is there a way to sleep or disable trades on specific pair while running 1 EA
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Can use e function in MQL to get 12 hour sleep time?
  Sleep(4.32e+7); // - 12 Hours   Sleep(2.16e+7); // -  6 Hours   Sleep(1.08e+7); // -  3 Hours
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Passing string through a buffer to use iCustom Function
How do I pass strings through a buffer for iCustom functions
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic iCustom for News indicator
Im looking for a working News Indicator that can be referenced through iCustom functions
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Strange repeating alerts.
I cant stop strange repeating alerts on my terminal. I closed the terminal and deactivated my EA still its alerting. (For timeframes I dont even have up) 
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Code not working MAXDAILYLOSS
bool Max_Loss_Daily (double PercentageLoss) {   //datetime startTime = TimeCurrent() - Hour()*3600 - Minute()*60;    double netProfit = 0;    int total = OrdersHistoryTotal();    for(int i=total-1;i>=0;i--)
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Live trade statistical reference
Is there any live trade statistical references I can use like " STAT_MAX_CONLOSSES" for consecutive losses? 
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Max charts for MT4
Whats the maximum amount of charts I can have up on the metatrader terminal 4
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Base and quote currency reference
Is there a Base and quote currency reference
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Authorization failed. Please check trading account data.
What does this mean? I tried to register my account as a signal
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Currency indices
Is there a reference for Currency indices
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Missing SL and TP
On rare occasions my EA places orders without SL or TP Im stumped as I dont know what could possibly be the reason. Any experiences similar to this would be helpful. (Yes I have checks to stop the order from being placed if the SL/Tp values are null
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic How exactly does simulated spread work in a backtest. Is it fixed if i enter the spread?
How exactly does simulated spread work in a backtest . Is it fixed if i enter the spread? anytime i enter spread information over my limit( method that doesnt allow my EA to enter a trade if the spread is larger) it still enters some trades
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Metatrader Circumference parameters for the price action chart.
Is there a way in the metatrader to get circumference values for the price action chart
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Indicator values not being painted using iCustom function in EA.
Indicator values not being painted using iCustom function in EA. 
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Strange isssues with metatrader. How do I contact?
How do I contact metaquotes or metatrader customer services? 
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic EA uses iCustom function that paints trendlines stopped working.
The indicator on its own works fine but not when I use the EA I cant see anything working