Recent content by pnf

  1. P

    Pl. correct Amibroker code which distorts chartview.

    Hi After all sort of experiments,view of chart has improved to some extent.But I think i should go for "ZOOM RECENT BARS".This feature is available in several softwares/terminals.May I have code for it?
  2. P

    Will I make the big $$$ with this Firm?

    I sent this message to firm I have been told that I am supposed to make atleast 25 trades per day and I have to square up each trade within 5 minutes as per your terms. Is it true? I have learnt that you do not allow would be traders to visit your office,instead you fix meeting with them in bar...
  3. P

    Pl. correct Amibroker code which distorts chartview.

    Pl. see image. Chart on left is a view of my original AFL with styleNoReScale.I have changed yaxis parameters(minimum/maximum values of yaxis) for proper view. Chart on right is a view of AFL with styleOwnScale.This AFL gives a view which is easy on eye and I do not need to change yaxis...
  4. P

    Pl. correct Amibroker code which distorts chartview.

    I have tried following options mentioned in manual.But I have not received desired view.I have to keep adjusting Yaxis values in parameter window otherwise sometimes I can can hardly see candle.(see image)Pl. suggest necessary tweaking options. Code 1: mid1 = WMA( C, Period1 ); sd1 = StDev(...
  5. P

    Pl. correct Amibroker code which distorts chartview.

    P.S. above cloud code too distorts chart view.
  6. P

    Pl. correct Amibroker code which distorts chartview.

    Dear M.S.T. I am sorry for causing inconvinience due to my ignorance about tags. Thanks a lot for prompt guidance. Solution given by you has worked like charm on plotting Highs/Lows of higher TF on 15 minute TF chart. Pl. suggest tweaking of cloud code. Code: bwclr = IIf( ( TP9Fw < TP9Lw...
  7. P

    Pl. correct Amibroker code which distorts chartview.

    Dear M.S.T. Thanks for useful suggestion.But when I added following codes from my old AFL at the end it again squeezed the view Plot( HH1, "High", colorDarkRed, styleDots,styleThick, styleLine ,styleNoRescale ); amclr = IIf( ( BT9Fm > BT9Lm ), colorDarkGreen, IIf( ( BT9Fm < BT9Lm ) ...
  8. P

    Pl. correct Amibroker code which distorts chartview.

    Hi My code has Monthly,Weekly,Daily MTF lines.These MTF lines compress chart view.I have tried various scale options to correct this but theses attempts have failed to deliver desired results.Pl. suggest ways to plot only those MTF lines which are close to(40 pips below/above) current bar only...
Back
Top