Signal Problem

#1
Hi

I have a problem and if any tech guy can please help me out.

Attached is the screenshot.


My code is plotting buy signal on each bar till the the opposite signal is not generated and once Sell signal generated the same story goes on till the buy signal is generated.

For referrence please go through the attached screenshot.

Thanks:)
umesh:confused:
 

Attachments

#2
Hi,

What is ur TA software ?

Your code plots an up/down arrow for each bar the Buy/Sell condition is met. But after the first buy arrow u don't need a buy arrow till an exit or short condition is met.
Your coding language may have a function that removes excessive signals from the trading system.
In AFL the function EXREM removes excessive signals from the trading system.

Regards
 
D

darsh_goswami

Guest
#3
Hi

I have a problem and if any tech guy can please help me out.

Attached is the screenshot.


My code is plotting buy signal on each bar till the the opposite signal is not generated and once Sell signal generated the same story goes on till the buy signal is generated.

For referrence please go through the attached screenshot.

Thanks:)
umesh:confused:
Its in metastock i guess @ Umesh,..

If u can send me the code in private ,.. i will help u to code it perfectly. if u dont mind sharing it.

Regards,..
Darsh
 

alokdaga

Active Member
#4
Hi

I have a problem and if any tech guy can please help me out.

Attached is the screenshot.


My code is plotting buy signal on each bar till the the opposite signal is not generated and once Sell signal generated the same story goes on till the buy signal is generated.

For referrence please go through the attached screenshot.

Thanks:)
umesh:confused:
Use Cross command instead of > command or < command. It should help. More details can be known after seeing exact code but - the above should help.
 

Similar threads