Reply

How can I make simple price filter?

3 replies

Quanter

Subscriber, bbp_participant, 0 replies.

Visit profile

4 years ago #241692

 

I want to make a technical indicator.

It is a filter that does not enter beyond a certain price.

ex) C < 30   -> Do not enter at prices above 30.

 

I do not know much about the tpl file in the code editor.

I do not even know about code editors.

How can I add this simple filter?

Please let me know how easy it is.

 

 

 

 

 

 

0

Ilya

Customer, bbp_participant, community, 105 replies.

Visit profile

4 years ago #241696

Hi,

I am not entirely sure what you are asking. Are you using Algowizard? Do you just mean a simple rule that says IF Bid < Price_MAX (A variable you define based on your maximum price) then enteratmarket?

 

Ilya

0

Quanter

Subscriber, bbp_participant, 0 replies.

Visit profile

4 years ago #241699

Thank you for your reply.

I want to use Genetic Algorithm(SQX). However, I always want to put a price limiting condition. This is because the variance of the option data I want to backtest is very large(2~40).

The best solution is to fix the price conditions(C < 5) and run a generic algorithm.

I hope I can add a custom indicator if that is not possible. But use of blocks is also good.

 

I do not know about AlgoWizard because I have never used it before.

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

4 years ago #241728

Hello,

yes, you can use AlgoWizard for that. You need to setup a price condition (your filter) and add random block that SQX will use to generate entry rules.

You need to open AlgoWizard and activate “template mode”, then add a random condition

Let me know if any help needed

Attachments:
You must be logged in to view attached files.

0

Viewing 3 replies - 1 through 3 (of 3 total)