- Search Crypto Craft
-
jblanked replied Sep 20, 2024We need the .mq4 file, otherwise either ask @jeanlouie or use this: url
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 19, 2024This is true, but the differences aren't noticeable until many many candles afterward. This is also true. Works well with live trading and expert advisors, especially if you understand how to profit while it is calculating live. I think most traders ...
TMA-CG-2024
-
jblanked replied Sep 19, 2024This took a few days, but I finally finished it. I managed to code the indicators together. It’s not exactly the same as adding the Positive Volume Index (PVI) and Price (MA1) in a separate window since it uses an RSI, but it’s very, very close. ...
Positive Volume Index (PVI) + Price (MA1)
-
jblanked replied Sep 19, 2024Thank you brother. I didn’t mean to sound so harsh. Yes, you’re correct in saying that indicators can use data to the right of the position they are currently calculating, but that’s only if there is data available to the right of that position.
TMA-CG-2024
-
jblanked replied Sep 19, 2024Please don’t share other indicators. This thread is focused on the TMA-CG-2024, not other indicators. As many have tried to explain, it’s impossible for an indicator to read data from the future because it hasn’t happened yet. I mean this ...
TMA-CG-2024
-
jblanked replied Sep 19, 2024No, I don’t plan on releasing that. I’ve only released the .ex5 and .ex4 files (Post 1)
TMA-RSI-Bands (RSI Of TMA Centered + Bands)
-
jblanked replied Sep 19, 2024Yes, it does recalculate. Read more about it in this thread: url
TMA-RSI-Bands (RSI Of TMA Centered + Bands)
-
jblanked replied Sep 19, 2024v1.01 (simplified calculations)
Positive Volume Index (PVI) + Price (MA1)
-
jblanked replied Sep 18, 2024I just ran a backtest with those settings; thank you for pointing out this technical issue. I will update that.
Grid/Basket Trading Expert Advisors
-
jblanked replied Sep 18, 2024Thanks for clearing up the confusion and kind remarks brother. Try this: If there are two bullish candles in a row, it will draw a rectangle from the high of the second-to-last candle to the low of the previous candle. If there are two bearish ...
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 18, 2024The default grid settings have the grid multiplier set at 1.00
Grid/Basket Trading Expert Advisors
-
jblanked replied Sep 18, 2024I see, which grid setting are you using, and what's the account balance?
Grid/Basket Trading Expert Advisors
-
jblanked replied Sep 18, 2024Thanks for testing and for your feedback. The multiplier wasn’t designed to set the next grid trade’s volume as the sum of open lots, but rather as the previous trade’s volume multiplied by the inpGridMultiplier input.
Grid/Basket Trading Expert Advisors
-
jblanked replied Sep 18, 2024Yessir correct, it can only read current and historical data. As the lines are recalculated, so are the arrows. However, the recalculation isn't performed until the indicator is refreshed. Download the latest version from the Github link and let me ...
TMA-CG-2024
-
jblanked replied Sep 18, 2024I think we're saying the same thing here; it can read "future data" when we are in the strategy tester/backtesting on historical data. I do the same with MAs, RSIs, and all other data, refreshing at every candle close. It’s not data snooping—you ...
TMA-CG-2024
-
jblanked replied Sep 18, 2024There are a few misconceptions in your post. 1. No system exists that can read future data. If the future hasn’t happened yet, what would the system read? If we are backtesting and there is future data relative to that point in time (but still in ...
TMA-CG-2024
-
jblanked replied Sep 18, 2024Take a look at the source code, it doesn't use "future" data to draw its lines (is that even possible?)..... And although it says CG, it's actually just centered. Lastly in your second picture, looks like you need to refresh the chart. Random arrows ...
TMA-CG-2024
-
jblanked replied Sep 17, 2024Well, truthfully, I love fundamentals. Most of my profit in forex has come from trading the news. But once I add the closing options you suggested ( url ), I'll start forward testing with the advisor. I also have a few other systems that I use ...
Grid/Basket Trading Expert Advisors
-
jblanked replied Sep 17, 2024Examples from updated version image image
Grid/Basket Trading Expert Advisors