- Search Forex Factory
- 119 Results (1 Threads, 118 Replies)
- Zorox replied Oct 30, 2024
image url Using the Relative Strength indicator, for example CCFp-Diff, just set 24 days, you will get information on which symbol pairs have high volatility and possibly the direction of price movement. ^_^ for the code CCFp-diff uses moving ...
Which Symbol to Trade for "TODAY"?
- Zorox replied Oct 11, 2024
I used Exness for testing because it uses the suffix ('m' - EURUSDm) #demo, for real accounts I used the OC__FX broker
Zorox Orders Technology
- Zorox replied Oct 5, 2024
double Hi0=iHigh(sym,60,0), Hi1=iHigh(sym,60,1), Lo0=iLow(sym,60,0), Lo1=iLow(sym,60,1); bool BuySignal= ... && Lo0>Lo1 && ...; bool SelSignal= ... && Hi0<Hi1 && ...; [4 suggestions from me ^_^] //001 - check with alert whether the four variables ...
How to Deal with Bar0?
- Zorox replied Sep 11, 2024
try running this EA to check the chart data, then use Zorox Orders v.2.4 which I uploaded on the home page
Zorox Orders Technology
- Zorox replied Sep 9, 2024
Zorox order (EA) I will be plan to set group type for consider (1) Trend (2) Momentum (3) Volatility (4) Currency strength (performance) (5) Level for observation (Fibo ,PVT) **** each type ** I will be issued Standard parameter *** under prepared ...
Zorox Orders Technology
- Zorox replied Sep 9, 2024
I'm still looking for the error and still not successful, I suspect it's because the pair is not complete 28 and causes the error to occur, but I will still find out the solution later.
Zorox Orders Technology
- Zorox replied Sep 3, 2024
image practice today, Note: NZDUSD (SELL) notes: 1. Portfolio performance D1, USD is strongest and stronger 2. portfolio performs D1, NZD weakens 3. because the reference is D1, the takeprofit or close may take 1-3 days ^_^ 4. This experiment ...
Zorox Orders Technology
- Zorox replied Sep 3, 2024
image try checking here, there is a description of the error
Zorox Orders Technology
- Zorox replied Sep 3, 2024
image to the left of the daily pivot there is a button with the text "T", it is to disable autotemplate ^_^
Zorox Orders Technology
- Zorox replied Sep 2, 2024
I mean I know some information, but I don't know how to use it. I mean let's create our trading system. we do a lot of experiments with any method.
Zorox Orders Technology
- Zorox replied Sep 1, 2024
image Today's analysis exercise, I sold Sell AUDJPY a reason 1. Perc Group : JPY strong; 2. perc terms: sell 3. hetmap : sell 4. performance (satori): sell 5. range: OK 6. JPY in the short trend is strong, but in the medium and long trends it is ...
Zorox Orders Technology
- Zorox replied Sep 1, 2024
image When we trade, we are sometimes required to make trading decisions in a matter of seconds. and sometimes our brain loses memory. So having an analysis rule (7 rules for now) is a shield when we are confused. Chongrux helped me make this ...
Zorox Orders Technology
- Zorox replied Sep 1, 2024
friend, would you like to make a trading system based on my knowledge? For example, I know that the price movement of the AUDNZD pair every day on average from the daily opening price is 30 pips, for example 1.08205: upper limit = 1.08505, lower ...
Zorox Orders Technology
- Zorox replied Sep 1, 2024
I don't need the 4th mission, my first mission: waiting for my 2nd mission so that my first mission can be done: thanks to the combination with Chongrux, I have increased my knowledge about satori and my coding skills have increased a little and ...
Zorox Orders Technology
- Zorox replied Sep 1, 2024
image a large downward flow of prices in a large trend. Just wait for the momentum in the same direction in the small trend ^_^ or what we call the entry point. keep observing movements in zorox orders to see potential prices and timing ^_^
Zorox Orders Technology
- Zorox replied Aug 31, 2024
I looked at the code, satori is similar to CCFp-Diff, only satori uses price close, while CCFp-Diff uses a moving average indicator ^_^ very very interesting
Zorox Orders Technology