pull back
Forums › ProRealTime forum Italiano › Supporto ProOrder › pull back
- This topic has 4 replies, 2 voices, and was last updated 8 years ago by papero76.
-
-
04/14/2016 at 11:58 AM #537804/15/2016 at 11:41 AM #543204/25/2016 at 3:35 PM #596104/25/2016 at 7:16 PM #5991
E ‘piuttosto complicato in codice, perché è qualcosa di molto visivo!
Una semplice rimbalzo media mobile può essere codificato in questo modo:1234567mm = average[20](close)IF low<mm and close>mm thenBUY 1 SHARE AT MARKETSET STOP LOSS (close-low)SET TARGET PROFIT (highest[10]-close)ENDIFQuesto è un esempio da esplorare! 🙂
05/07/2016 at 7:00 PM #6561THANK YOU
whitout moving average?
i’m looking for analysis candles code as:
mm= average[20](close)
c1= high[7] > high[6]
c2= high[6]>high[5]
c3= high[5]>high[4]
c4= high[4]>high[3]
c5= high[3]>high[2]
c6= high[2]>high[1]
c7= high[1]<high
c8= mm[1]<mm // for to establish up trand
if c1 and c2 and c3 and c4 and c5 and c6 and c7 and c8 then
buy 1 shares at market nextbaropen
endif
but this code analizes the continius descendig order high level
in differents cases we can have the not continius descendig order high level
Nicolas , which is for you the best analysis code for that case?
-
AuthorPosts
Find exclusive trading pro-tools on