CatFx50 - page 16

 

Hi, Spahiu!

spahiu:
nina(or someone else) can u post the stepMa_Stoch indicator.... i've downloaded the version posted in the indicators folder but it just doesn't plot on the chart...

Here you are: love it!

Files:
 

exit

hi my dear nina,greatings work, i want ask you your method for exit out of the trade? ,thanks.

 

Hi, archimede!

archimede:
hi my dear nina,greatings work, i want ask you your method for exit out of the trade? ,thanks.

The exit is the Achilles' heel of CatFx50.

98% of the time you will make pips. You should adopt your own exit strategy.

I, myself, scale lots and switch to TF5.

Nina

 

Hi!

Once we have tweaked CatFx50, I have developed another one called CatFx16.

TF60. It is based on fractals.

Nina.

 
nina:
Eurusd was a short at 1.1853 (10:00).

Made a low at 1.1826 (10:30). That means +27.

Trade is still open.

I have shorted it with 5 lots. I have closed 4 at 1.1831.

USDCHF was a buy at 1.3151. Made a high at 1.3156. Now it's trading at 1.3133.

I closed 4 lots at 1.3140 for a lost of -11.

Take care. Today is not a good day for trading.

nina

Recap at 17:14CET

Low on eur is 1.1777. +76 from entry.

USDCHF, bad long entry at 1.3151. Closed at 1.3125 for a -26. Sold at 1.3125. Bad again and closed at 1.3138 for a -13. Bought at 1.3138. High so far 1.3197 for a +59. Total: +20

Low on cable is 1.7163. +56 from entry.

Total: +149.

 
archimede:
hi my dear nina,greatings work, i want ask you your method for exit out of the trade? ,thanks.

Use WCCI 13 cross back at +100/-100 for exit...

Cheers,

 

Hi, Libuxtroll!

linuxtroll:
Use WCCI 13 cross back at +100/-100 for exit... Cheers,

Parabolic Sar set at 0.02 and 0.2 could be another way.

BTW, I wish you all a very happy, healthy and prosperous new year!!

Nina

 

Hi!

My charting packages are Mt4 and Visual Chart (www.visualchart.com).

Visual chart has an indicator called "Inverseind". It is really good.

Could anyone make a Mt4 version of it?

Here you have its description (spanish):

http://www.visualchart.com/esxx/strategies/indicators/ayuda.asp?Id=725

Nina

 

Sorry if this is a stupid question but why shouldthe price continue on after crossing the 50 ema? I am trying to think of what the reason should be. Is the 50 ema a "significant moving average"? I ahve seen that term being used somewhere before. And as such, a lot of traders are taking note of the price movement through it. I am trying to get at the crowd psychology part which is after all, what I believe moves the markets. Thanks if anybody can answer my question.....

 
nina:
Hi!

My charting packages are Mt4 and Visual Chart (www.visualchart.com).

Visual chart has an indicator called "Inverseind". It is really good.

Could anyone make a Mt4 version of it?

Here you have its description (spanish):

http://www.visualchart.com/esxx/strategies/indicators/ayuda.asp?Id=725

Nina

Inverseind pseudocode (For not spanish people):

Input parameters:

Period (by default = 1)

Levels:

At '0'

Code:

nBars = Period * 20

HD = Highest Max Value of lastest nBars

LD = Lowest Min Value of lastest nBars

amplitude = HD - LD;

Diference (final result) = ((Close-HD-(amplitude/2)))/amplitude) * Period