- Search Forex Factory
- 105 Results
- Kafin replied Jun 26, 2024
@BestTraderEv, I wonder what logic you used for limiting the number of bars displayed and moving the display to the right side; simply changing the max bars in history/chart in Options-menu did not produce such result.
- Kafin replied Jun 26, 2024
You don't need "else NULL;" ConditionA will be ignored if ConditionAEnabled is false Code execution will continue to the next instruction
- Kafin replied Nov 25, 2023
Thanks! You gave clear description of FVG and BOS, but only said that S/D can act as Support and Resistance. There is something about the few things that you have written that tells me that you know what you are talking about!!
- Kafin replied Nov 25, 2023
Kindly describe what you considers as Supply and Demand / Fair Value Gap / Order Block / Break of Structure etc. (to set a level-plane for this tread) I'm asking because I've seen several traders that claim to use these methods, and they all have ...
- Kafin replied Nov 15, 2023
This is very different from your earlier request, but a bit clearer. It is not an easy code, and I don't yet see the value/logic in the method. Will this one you describe be a Sell or a Buy trade, on which bar should the trade be taken, and where ...
- Kafin replied Nov 10, 2023
Only someone that understand ICT methods can code your request. I still can't understand why most "ICT-traders" who claim that their methods are very productive, and that they use the methods to make lots of money, cannot describe the process that ...
- Kafin replied Nov 10, 2023
Hi Sanju, Any details you can share about this "Advanced logical grid"? Which indicator do you use, and what conditions do you follow to start/stop the grids? Can you share the source-code? TIA!
- Kafin replied Nov 10, 2023
Thanks, found an earlier post from Sanju - he said the EA use some grid and it's for Swing trading url
- Kafin replied Nov 10, 2023
Look at the chart to understand the market condition(s) after the 28th and 70th trades, and update your EA-logic to handle those conditions. Do you have the source-code ( .mq4 file)?
- Kafin replied Aug 17, 2023
Thanks to BlueRain and Jeanlouie, I appreciate your help!
- Kafin replied Aug 17, 2023
image I saw this picture on thread - url I like how the dashboard offered a button to open the chart for each identified opportunity Does anyone have the code and can share, or can suggest how the code should flow We really need a ...
- Kafin replied Aug 17, 2023
No sensible owner of a profitable strategy will not come to FF to find someone that can code it for free The best you can get here on FF is to read the strategies that are posted and see if the underlining ideas makes sense to you Here is a coding ...
- Kafin replied Aug 17, 2023
This will be a single set of value per day, so I'm wondering how you want it displayed in an indicator 23:45 candle-time will only show up on 15, 5 and 1 minute timeframes, which TF are you working with? How does knowing this information helps one's ...
- Kafin replied Jun 23, 2023
This is a great system as it identifies a very important point/area. Big thanks to nadi-fx for pointing this out! But you guys/gals are predicting a reversal instead of reacting to what the market does
- Kafin replied Jun 23, 2023
Very close You don't need to be switching TF // Calculate the high and low prices of the current week's candle double weeklyHigh = iHigh(NULL, PERIOD_W1, 0); double weeklyLow = iLow(NULL, PERIOD_W1, 0); // Calculate the high and low prices of the ...
- Kafin replied Jun 8, 2023
Hi George, Please describe the CHoCH/BOS system and show me three or four on live charts (any instrument / timeframe) and I will attempt to code it. Make sure to indicate when the trade should be taken and where the TP and SL should be. I've only ...
- Kafin replied Dec 3, 2021
Why are you interested in knowing (or getting notified) when this condition(s) are met, how does it help your trading decision(s) People don't discuss the reasons behind their idea, they just want a code. But if we can combine few reasonable ideas, ...
- Kafin replied Dec 3, 2021
You haven't my question -- What information is this suppose to provide? I don't think I should spend hours writing code for you, and not get anything in return -- most especially when I believe that the code will eventually be thrown away.
- Kafin replied Dec 3, 2021
Why are we not just specifying the timeframe in the call to Stoc? val = iStochastic(NULL,Timeframe, bla,bla,bla)
- Kafin replied Dec 3, 2021
I would take the most-recent "2 MA-drop" as MAEndSf. Then search previous bars for the next "2 MA-drop" this is your MAStartSf Search between them for the number of bullish bars What information is this suppose to provide?