Jump to content

san1111

Members
  • Posts

    152
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by san1111

  1. Does anyone have a fibonacci drawing tool where I can draw fibonacci retracements and then erase individual fibo lines on the chart? The reason I wish to do this is because I am looking for confluence between fibo retracements drawn on different swings within the whole move as well as confluence with support/resistance. So once confluence is identified, we can erase (right on the chart) the fibo lines that do not show confluence. This cleans up the chart dramatically and makes it much easier to trade.

     

    Just to be clear, I want to be able to erase individual fibo lines right on the chart in much the same way you can erase a horizontal, vertical or trend line. And when I erase certain individual fibo lines, it should have no effect on the other fibo lines.

     

    Thanks for any help

     

    Hi Diesel,

    maybe I misunderstand something, but you can delete/add individual lines in fibo properties. Yes it's a bit uncomfortable if you delete a line, because to draw an other fibo, you have to put back that level again.

  2. You have to run a third party program plus set the hot keys to the buy, sell & close scripts.

     

    That said, when you get it working it is FANTASTIC :-)))

     

    If you want I will rar it up and post

     

    All the best

     

    Xard777

     

    Hi xard777,

     

    it would be nice if you can share!

    Thnx

  3. Basically, I am using II_SupDem to trade his method.

    80% Success Rate. Also quite simple. But & Sell at that II_SupDem level.

    Can easily set limit order or stop order too..

     

    So need not to watch the monitor all the time.

     

    Smile

    Chankl78

     

    Hi chankl,

     

    first of all thank you for indie. Yes as I see quite simple and good.

    Can you tell us, where do you put your TP?

  4. now it looks like all the arrows are correct, well done San1111

     

    just curious what do you mean the original indi there are more conditions than xover 25/75 line? as far as I know the indi give arrow when it's in oversold area and adaptive MA is green and vise versa. when 2 conditions are not met then the arrow is not printed.

     

    The conditions for buy signal are (indexes as normally in indies: 0-current candle, 1-previous candle, 2-second before current candle)

     

    - direction of MA Adaptive RSI,

    - Stochastic[0]>Stochastic[1],

    - Stochastic[1]<=Stochastic[2],

    - Stochastic[1]<=25

     

    and vice versa for sell signal, just last one is Stochastic[1]>=75.

  5. thanks for the indi, put on chart but I saw some of the arrows are missing on current chart.... maybe you might like to take a look in the code again.

    http://imageshack.us/photo/my-images/839/arrowmissing.gif/

     

    Hi PIPHORE,

     

    yes that's right, because in original indi there áre more conditions than crossover 25/75 line. Here is indi which is checks only MA Adaptiv RSI direction and Stochastic 25/75 crossover:

     

    http://www.4shared.com/file/KQN5EEYE/MT4-StochasticRSI-Oscillator_w.html

  6. I'm not programmer, I'm on the learning curve :). I use EA generator to make this :). This should be global type of variable: iClose("GBPUSD", 2, 1) ?

     

    I don't know EA generator, but in indie you put this GlobalVariableSet("NameOfVariable",iClose("GBPUSD", 2, 1)) and in EA you can read it with GlobalVariableGet("NameOfVariable")

  7. Anyone knows why EA's don't work on range bar charts? I try to make EA with strategy that I use on range bar chart and I figured that none of EA's I have work on this type of chart.

     

    Hi name000

     

    because it's offline chart. If you want to use EA, put your indies on range bar chart, but within indies give out your desired data with GlobalVariable. Put your EA on a normal chart and read GlobalVariable. That's all, works fine for me.

×
×
  • Create New...