Jean Francois Le Bas
Jean Francois Le Bas
3.5 (4)
  • Information
5+ years
experience
16
products
25
demo versions
0
jobs
0
signals
0
subscribers
Jean Francois Le Bas
Added topic Worried about encryption algorithm
I consult a Trading Forum in Indonesia I think that shares cracked EAs. I ABSOLUTELY NEVER use cracked EAs (this is not for me), let me be perfectly clear, but I noticed that EAs from the marketplace here get cracked this plummeted my trust in the
Jean Francois Le Bas
Added topic Optimizing an automatic "strategy finder"
I want to create a "robot" that would automatically find strategies, based on the indicators requested and some basic operands (>, <, ==, etc) the key is that I want to backtest using only OHLC data, NOT as an expert advisor. the way I test
Jean Francois Le Bas Published product

LLAMA BB has been made from the same formula that creates regular BB.  The only difference is that the smoothing alogrithms have been replaced by the LLAMA (LagLess Adaptive Moving Average) Main parameters are the same : 2) LLAMA Period 1) STDDEV Period 3) STDDEV Multiplier and the LLAMA Parameters are the same as with the single AMA: 1) ActiveBar : computes last bar as well in Realtime (higher CPU usage) 2) ATRPeriod 3) ATRDistMul =: Multiplier1 (Detect) 4) ATRDistMul2 : Multiplier2

Jean Francois Le Bas Published product

60.00 USD

LLAMA MACD has been made from the same formula that creates regular MACD. The only difference is that both smoothing alogrithms has been replaced by the LLAMA (LagLess Adaptive Moving Average) Main parameters are the same : 2) LLAMA Period (Fast) 1) LLAMA Period (Slow) 3) LLAMA Signal   Period and the LLAMA Parameters are the same as with the single AMA: 1) ActiveBar : computes last bar as well in Realtime (higher CPU usage) 2) ATRPeriod 3) ATRDistMul =: Multiplier1 (Detect) 4) ATRDistMul2

Jean Francois Le Bas Published product

LLAMA stands for Lag-Less Adaptive Moving Average it is a state of the art moving average that is very close to the price, specially those sudden moves that put every typical moving average away from the price. This finding comes from the latest research in adaptive moving averages, with a lag close to 0 This MA keeps a very high smoothing ability while keeping a lag almost null

Jean Francois Le Bas Published product

110.00 USD

This indicator cuts right through the price, in a straight line 100% non repaint, you get a new value at the opening of each new bar It is perfect for mean reversal strategies : open far from the line and close when the price touches the line It works really well for mean reverting pairs specially (CHF, NZD). It has absolutely no lag when there is a sudden move up or down and follows trend exactly ! This indicator should be a must have tool in the toolbox of every trader

Jean Francois Le Bas Published product

60.00 USD

TruRange is a Next-Level trend and range detection created from algorithms based on   price action. No other indicator apart from ATR is used in the computing of the main line indicator It separates Trending and Ranging market conditions without any lag. It's good to separate mean reverting strategies from trending/breakout strategies. Settings : Bars : number of bars to compute Sensitivity : a lower value will have longer range periods while a higer value will have more smaller ranging

Jean Francois Le Bas
Added topic Why is that? "every tick" vs "every tick based on real ticks"
I backtested an EA on MT5 when I select "every tick based on real ticks ", I got a losing backtest : but when I choose "only ticks". I got a good result : the EA has a lot of positive reviews, so it's actually working live I think so why the
Jean Francois Le Bas Published product

80.00 USD

"TOP G ARROWS"    shows price reversal points designed for scalping and intraday trading. Contains internal reversal filters (ATR, HHLL, RSI). Can be used on all time frames and trading instruments. Can be used on M1, M5, M15 time frames for scalping or M30, H1, H4 for intraday trading, Recommended for M30 and H1. The arrows are built on candle close (appears on previous bar at the open of the new candle)

Jean Francois Le Bas
Added topic history check timeout
2022.10 . 04 14 : 36 : 44.455 Tester  Cloud servers switched off 2022.10 . 04 14 : 37 : 19.685 Tester  F40: history check started 2022.10 . 04 14 : 37 : 30.494 Tester  F40: history check timeout 2022.10 . 04 14 : 37
Jean Francois Le Bas
Added topic I thought Pending Orders could only have Positive Slippage ?
i'm testing something right now, on MT5 and I got some pretty high slippage but it is negative slippage (I set a Sell Stop @ 1.30710 and it opens @ 1.30675) I thought only positive slippage was possible when using a Pending Order thanks Jeff
Jean Francois Le Bas Published product

60.00 USD

Early Trends finds trends early, when price is still squeezed inside price action, which is the best time to spot a trend. When the price action makes higher highs or lower lows within the first bars back, while no HH or LL has been triggered on higher period bars back, then a trend is potentially beginning You can also take signals only in the direction of the trend, with the trend filter. Many parameters : Number of Bars Displayed Number of Bars Back HHLL Number of Bars Back Multiplier Period

Jean Francois Le Bas Published product

30.00 USD

Built-in RSI indicator has an error in the algorithm. I spotted the error while working on a modified RSI where i needed the original algorithm with special input I started with the official formula and were having different curves from the built-in indicator. after thinking I had made a mistake in the algorithm, I realized the orginal indicator is wrong by looking at the code. So here is the real RSI, computed from the original formula, so you know it's the real indicator

Jean Francois Le Bas
Added topic I can't figure this out
Hi I'm trying to make my spread filter work again, as it was working perfectly before and now it isn't and for the life of me I can't figure out why. In my trading routine I check for low spreads : double maxSpread = 0.4 ; int spread =
Jean Francois Le Bas
Added topic question about POSITION_MAGIC and POSITION_IDENTIFIER
Hi I've read in the doc that the Magic number of a position can be changed (swap, etc) without user input of course, so my question is simple, how am i supposed to know if a position has been opened by my EA if I can't use Magic numbers anymore? I
Jean Francois Le Bas
Added topic what's up with these prices errors ?
It's not the first time it happens. Wrong price is used instead of the right one, resulting in an enormous loss in the backtest I don't think my code is wrong, because error comes and goes. BTW it's an OPEN PRICE backtest I restart MT5 and error is
Jean Francois Le Bas
Added topic viruses by activating DLL ?
Hi I'd like to know if it would be possible for an EA or an indi with DLL activated to download a virus from the internet and then run it ? i'm kinda afraid of EAs or indis that can run shellExecute thanks jeff
Jean Francois Le Bas
Added topic New "Open Prices Only" way to handle price ?
Hi I noticed that in MT5, the way backtest are conducted in " Open Price " backtests is now different :  all the processing will be handled at the CLOSE of the bar rather than at the open as before. I find this unsettleling as there is no way to
Jean Francois Le Bas
Added topic trading intra-candle on Open Prices
Hi AFAIK it's not possible to open a trade withing the candle duration on Open Prices . other systems allow that. it's just a matter of checking if the price asked for entry is within high and low of the bar, then computing the Drawdown as if price
Jean Francois Le Bas
Added topic Custom symbols gone with new MT5 version ?
all my custom symbols are gone since I updated MT5 with latest version. is it normal ? I wonder what happened...do I have to just recreate the custom symbols ? or is there more to do thanks a lot Jeff